Adding new records the insert command only requires the current values since no original record exists and removing records the delete command only requires the original values in order to locate the record to delete 由于不存在初始记录,添加新记录( insert命令)只需要当前值;移除记录( delete命令)只需要使用初始值来定位要删除的记录。